home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE17 / FORMP10 / FORMP10.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-09-28  |  2.1 KB  |  40 lines

  1. --------------------------------------------------------------------------
  2.                            Delphi Form Parser 1.X
  3.                        from RealSoft Development 10/96
  4. --------------------------------------------------------------------------
  5. This sounds like an odd utility at first, but is is acually very useful
  6. and definitely time-saving!
  7.  
  8. In a nutshell, the program will convert almost any Delphi form with
  9. components into a procedure that can be called to create the form "on
  10. the fly" without the need for a separate DFM file.  You might ask WHY?
  11. DFM files are certainly nice and easy because they are handled
  12. automatically by Delphi.  In a component, however, you sometimes need
  13. to use forms, and wouldn't it be nice to have components that exist
  14. in a single .PAS or .DCU file without a .DFM file tagging along, waiting
  15. to get lost?  We thought so too.  After painstakingly converting forms
  16. and components by hand into procedures, we wrote a parser to do it, and it
  17. works so easy that we decided to release it to you.
  18.  
  19. The parser will work on all standard Delphi components, including Database
  20. components.  We even have a special technique for storing TStrings, Glyphs,
  21. and other binary properties WITHOUT A SEPARATE RESOURCE FILE!!  The
  22. parser can produce a new UNIT that can be included in your project, and
  23. immediately compiled (minor adjustments may be necessary).  You can then
  24. call CREATEFORM_MYFORM, and you will instantly have a form that looks
  25. identical to the orignal, only (LOOK MA, NO DFM!!).  Besides losing the
  26. DFM resource, the procedural forms are much FASTER at setting properties!
  27.  
  28. --------------------------------------------------------------------------
  29.  
  30. This version is Shareware.. you can use the program 5 times for FREE.
  31. We strongly suggest registering as we are constantly updating and improving
  32. our software.
  33.  
  34. To order on Compuserve, GO SWREG # 13150    $19.95 US
  35. or call (714) 831-7879
  36.  
  37. Thanks for trying RSD!                  Dan/Jeff @ RealSoft Development
  38.  
  39. --------------------------------------------------------------------------
  40.